diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-05-13 11:15:26 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-05-16 17:13:06 -0500 |
| commit | 4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59 (patch) | |
| tree | 109877e98165482b41d8fcc58a6629690566045b /src/usr/example/test/makefile | |
| parent | e604f02230c3decedbdd56a3cfef66b0709b74dc (diff) | |
| download | talos-hostboot-4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59.tar.gz talos-hostboot-4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59.zip | |
Automatically generate cxxtest driver.
Change-Id: Ib844d1ff827c48e37ee1973bc42b2cfee31f86c6
Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/74
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/example/test/makefile')
| -rw-r--r-- | src/usr/example/test/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/example/test/makefile b/src/usr/example/test/makefile index 690c64045..0a17fb627 100644 --- a/src/usr/example/test/makefile +++ b/src/usr/example/test/makefile @@ -1,6 +1,6 @@ ROOTPATH = ../../../.. -MODULE = testexample -OBJS = exampletest.o +MODULE = testexample +TESTS = *.H include ${ROOTPATH}/config.mk |

