diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-11 11:08:08 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-11 11:08:08 +0100 |
commit | ad36c8bb35f3ff5666363d876be319497a28001f (patch) | |
tree | e48a10c9253d962946e60610cdc64d8bd3e6b317 /smoketestoo_native/makefile.mk | |
parent | 77acab01ada07c352cd85383240b8281ef591064 (diff) |
debuglevels: outsourced creation of the smoketest doc into an own module, so it can be used outside smoketesoo_native, too
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rwxr-xr-x[-rw-r--r--] | smoketestoo_native/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 18f3a42b789f..aa7d4f5a0725 100644..100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -56,7 +56,7 @@ ALLTAR : cpptest cpptest : $(SHL1TARGETN) -TEST_ARGUMENTS = smoketest.doc=$(BIN)/smoketestdoc.sxw +TEST_ARGUMENTS = smoketest.doc=$(OUTDIR)/bin$(PROEXT)/smoketestdoc.sxw CPPTEST_LIBRARY = $(SHL1TARGETN) .IF "$(OS)" != "WNT" |