diff options
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 |