]> git.cworth.org Git - fips/blobdiff - test/Makefile
fips: Add the beginning of a test suite
[fips] / test / Makefile
diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..6a07a4b
--- /dev/null
@@ -0,0 +1,11 @@
+# See Makefile.local for the actual compilation rules for this directory.
+
+# Prefer to build "test" target by default, (which depends on
+# top-level all), so that when running "make" from the test directory
+# the test programs will actually by compiled.
+
+all:
+       $(MAKE) -C .. all
+
+.DEFAULT:
+       $(MAKE) -C .. $@
\ No newline at end of file