diff options
| author | Vexu <git@vexu.eu> | 2020-07-16 17:10:52 +0300 |
|---|---|---|
| committer | Vexu <git@vexu.eu> | 2020-07-16 17:10:52 +0300 |
| commit | 5e88a7a42724d7ccf9db58e1524beedebb1efd93 (patch) | |
| tree | 6866e272f3f9e6511e9f1b8bb7f507138db4adb8 /test/tests.zig | |
| parent | 06c08e5219f03328f483cded319c7ba75efb5188 (diff) | |
| download | zig-5e88a7a42724d7ccf9db58e1524beedebb1efd93.tar.gz zig-5e88a7a42724d7ccf9db58e1524beedebb1efd93.zip | |
add behavior tests fro macro translations
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 0cf5ec28dd..6598a05ea7 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -537,6 +537,7 @@ pub fn addPkgTests( these_tests.enable_qemu = is_qemu_enabled; these_tests.enable_wasmtime = is_wasmtime_enabled; these_tests.glibc_multi_install_dir = glibc_dir; + these_tests.addIncludeDir("test"); step.dependOn(&these_tests.step); } |
