aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tokenizer/tokenizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tokenizer/tokenizer.pro')
-rw-r--r--tests/auto/tokenizer/tokenizer.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/tokenizer/tokenizer.pro b/tests/auto/tokenizer/tokenizer.pro
new file mode 100644
index 0000000..a9ec439
--- /dev/null
+++ b/tests/auto/tokenizer/tokenizer.pro
@@ -0,0 +1,11 @@
+include(../../../plugins/haskell/config.pri)
+
+include($$IDE_SOURCE_TREE/tests/auto/qttest.pri)
+
+SOURCES += tst_tokenizer.cpp \
+ $$PWD/../../../plugins/haskell/haskelltokenizer.cpp
+
+HEADERS += \
+ $$PWD/../../../plugins/haskell/haskelltokenizer.h
+
+INCLUDEPATH += $$PWD/../../../plugins/haskell