X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=6a07a4b7a900caa7deca2bea0d105d2baceac870;hb=18a600531c73bfd36f9d8d0814ee6d22d1456d67;hp=0000000000000000000000000000000000000000;hpb=02c39fbdaa29d62a8e7b8d223f62ccd08d4782ee;p=fips diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..6a07a4b --- /dev/null +++ b/test/Makefile @@ -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