Skip to content

Instantly share code, notes, and snippets.

@rcombs

rcombs/stdin Secret

Created September 10, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcombs/09817ef4010e447859b5 to your computer and use it in GitHub Desktop.
Save rcombs/09817ef4010e447859b5 to your computer and use it in GitHub Desktop.
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