diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-12-02 18:33:11 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-02 18:35:40 +0100 |
commit | 57578c1828755850d1dfdb391d571d7bf1b7cada (patch) | |
tree | d24aa2e2e0e583a998048b83b864995b2dae5535 /smoketest/prj/build.lst | |
parent | c1baeb25ad3a5d6afb59f9329a634f742a7a9e5a (diff) |
split smoketest module to fix build
+ move the library and other build stuff to a new "smoketest" module
+ keep "smoketestoo_native" only for installing and running the tests
+ restore the targets in top level make
Diffstat (limited to 'smoketest/prj/build.lst')
-rw-r--r-- | smoketest/prj/build.lst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smoketest/prj/build.lst b/smoketest/prj/build.lst new file mode 100644 index 000000000000..abec637a7f52 --- /dev/null +++ b/smoketest/prj/build.lst @@ -0,0 +1,4 @@ +smt smoketest :: codemaker javaunohelper soltools test unoil NULL +smt smoketest\com\sun\star\comp\smoketest nmake - all smoketest_com_sun_star_comp_smoketest NULL +smt smoketest\data nmake - all smoketest_data NULL +smt smoketest nmake - all smoketest_mk smoketest_com_sun_star_comp_smoketest smoketest_data NULL |