diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:34:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:34:19 -0600 |
commit | 3c54dba4345977063987651bf4b914c2e1b2f174 (patch) | |
tree | 25492ff350c6ff734bfffd5ab1edbeef74ef3e1f /kdewidgets/tests | |
parent | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (diff) | |
download | tdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.tar.gz tdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.zip |
Rename makekdewidgets
Diffstat (limited to 'kdewidgets/tests')
-rw-r--r-- | kdewidgets/tests/Makefile.am | 4 | ||||
-rw-r--r-- | kdewidgets/tests/README | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kdewidgets/tests/Makefile.am b/kdewidgets/tests/Makefile.am index 3a4a9566a..220f8afac 100644 --- a/kdewidgets/tests/Makefile.am +++ b/kdewidgets/tests/Makefile.am @@ -23,9 +23,9 @@ check-local: testwithpixmaps.cpp testkde.cpp # md5sum -c $(srcdir)/sums testwithpixmaps.cpp: $(srcdir)/test.widgets - ../makekdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets + ../maketdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets testkde.cpp: $(srcdir)/test.widgets - ../makekdewidgets -o testkde.cpp $(srcdir)/test.widgets + ../maketdewidgets -o testkde.cpp $(srcdir)/test.widgets CLEANFILES = testwithpixmaps.cpp testkde.cpp diff --git a/kdewidgets/tests/README b/kdewidgets/tests/README index 9dd2132fa..5d97aa029 100644 --- a/kdewidgets/tests/README +++ b/kdewidgets/tests/README @@ -1,4 +1,4 @@ -These are the tests for the current makekdewidgets. +These are the tests for the current maketdewidgets. Currently there are two modes generated, and the checksums checked. These files are correct and build plugins that are functionally |