diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-27T13·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-27T13·12+0000 |
commit | ed09821859e8e585c8479a3c3bf95e76d518d66f (patch) | |
tree | f7c4d452439733183c354494f7b6d69e5bf4e599 /tests/Makefile.am | |
parent | 3277c9432ab718c8b80c54b228f8d5fbf94fb033 (diff) |
* Use `atdiff' instead of `cmp' for checking test output.
* Don't use local file names in tests since they will produce different parse trees depending on the current directory.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 038503aaad38..50bac138c772 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,6 +11,7 @@ TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \ NIX_BUILD_HOOK= \ TOP=$(shell pwd)/.. \ SHARED=$(extra1) \ + aterm_bin=$(aterm_bin) \ $(SHELL) -e simple.sh: simple.nix |