| diff --git a/tests/Makefile b/tests/Makefile | |
| index 4791ade..7cd6fe5 100644 | |
| --- a/tests/Makefile | |
| +++ b/tests/Makefile | |
| @@ -7,6 +7,16 @@ AREF = tests/data/asynth1.sw | |
| FATEW = 34 | |
| FATEH = 34 | |
| +ifndef SAMPLES | |
| +ifneq ("$(wildcard fate-samples.mak)","") | |
| +include fate-samples.mak | |
| +else | |
| +ifneq ("$(wildcard fate-suite)","") | |
| +SAMPLES = fate-suite | |
| +endif | |
| +endif | |
| +endif | |
| + | |
| $(AREF): CMP= | |
| ffservertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment