diff options
Diffstat (limited to 'xc/test/xsuite/xtest/lib/mc/mmmsa.mc')
-rw-r--r-- | xc/test/xsuite/xtest/lib/mc/mmmsa.mc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xc/test/xsuite/xtest/lib/mc/mmmsa.mc b/xc/test/xsuite/xtest/lib/mc/mmmsa.mc new file mode 100644 index 000000000..e294bd8b2 --- /dev/null +++ b/xc/test/xsuite/xtest/lib/mc/mmmsa.mc @@ -0,0 +1,10 @@ +# +# Build a standalone version of the test case using the macro version +# of the function. +# +MTest: $(MOFILES) $(LIBS) $(TCM) $(AUXFILES) + $(CC) $(LDFLAGS) -o $@ $(MOFILES) $(TCM) $(LIBLOCAL) $(LIBS) $(SYSLIBS) + +MTest.c: $(SOURCES) + $(CODEMAKER) -m -o MTest.c $(SOURCES) + |