Skip to content

Commit

Permalink
Removes un-used test files
Browse files Browse the repository at this point in the history
Cleans up the .pro files to remove extraneous config
  • Loading branch information
dannygb committed Nov 16, 2018
1 parent 8fe23ec commit 79fe6bb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 171 deletions.
10 changes: 0 additions & 10 deletions KeePit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ UBUNTU_TRANSLATION_SOURCES+= \
# specifies all translations files and makes sure they are
# compiled and installed into the right place in the click package
UBUNTU_PO_FILES+=$$files(po/*.po)

#aptest.target = autopilot
#aptest.commands = bash $$PWD/KeePit/tests/autopilot/run
#aptest.depends = sub-KeePit

#unittest.target = check
#unittest.commands = /usr/bin/qmltestrunner -input $$PWD/KeePit/tests/unit
#unittest.depends = sub-KeePit

#QMAKE_EXTRA_TARGETS += aptest unittest
34 changes: 0 additions & 34 deletions KeePit/KeePit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -150,21 +150,10 @@ SOURCES += main.cpp \

RESOURCES += KeePit.qrc

QML_FILES += $$files(qml/*.qml,true) \
$$files(*.js,true)

CONF_FILES += KeePit.apparmor \
KeePit.png \
KeePit.contenthub

AP_TEST_FILES += tests/autopilot/run \
$$files(tests/*.py,true)

#show all the files in QtCreator
OTHER_FILES += $${CONF_FILES} \
$${QML_FILES} \
$${AP_TEST_FILES}

#specify where the config files are installed to
config_files.path = /KeePit
config_files.files += $${CONF_FILES}
Expand Down Expand Up @@ -336,29 +325,6 @@ HEADERS += \
bytestream.h \
stdafx.h

DISTFILES += \
qml/OpenDatabase.qml \
qml/Entry.qml \
qml/EntryModel.qml \
qml/ListEntryItems.qml \
qml/Selector.qml \
qml/Importer.qml \
cryptopp/cryptest.exe \
cryptopp/strciphr.o \
cryptopp/polynomi.o \
cryptopp/eprecomp.o \
cryptopp/eccrypto.o \
cryptopp/algebra.o \
cryptopp/adhoc.o \
cryptopp/Makefile \
KeePit.desktop \
KeePit.png \
KeePit.contenthub \
KeePit.apparmor \
qml/CreateDatabase.qml \
qml/KeySelector.qml \
qml/PasswordInput.qml

LIBS += -L$$OUT_PWD/../ziplib/ -lziplib

INCLUDEPATH += $$PWD/../ziplib
Expand Down
41 changes: 0 additions & 41 deletions KeePit/tests/autopilot/KeePass3/__init__.py

This file was deleted.

54 changes: 0 additions & 54 deletions KeePit/tests/autopilot/KeePass3/tests/__init__.py

This file was deleted.

21 changes: 0 additions & 21 deletions KeePit/tests/autopilot/KeePass3/tests/test_main.py

This file was deleted.

11 changes: 0 additions & 11 deletions KeePit/tests/autopilot/run

This file was deleted.

0 comments on commit 79fe6bb

Please sign in to comment.