diff options
author | 2015-11-05 13:40:39 +0100 | |
---|---|---|
committer | 2015-11-05 13:41:25 +0100 | |
commit | 583a1f81f2fbd5583f5a67f749eaba4af646f73e (patch) | |
tree | 82f8f4f16969ed509974b7042ae6a9f033ef51a9 /makefile | |
parent | 4ef4bf42d9938dcdaf1fcd9fedab2c6ac5f5264d (diff) |
Moved regtests out of source tree, and updated paths (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1119,7 +1119,7 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py # Regression tests #------------------------------------------------- -include $(SRC)/regtests/regtests.mak +include regtests/regtests.mak .PHONY: tests |