diff --git a/upptst/TestNOGTK/TestNOGTK.upp b/upptst/TestNOGTK/TestNOGTK.upp new file mode 100644 index 000000000..f13cd7c19 --- /dev/null +++ b/upptst/TestNOGTK/TestNOGTK.upp @@ -0,0 +1,9 @@ +uses + CtrlLib; + +file + main.cpp; + +mainconfig + "" = "GUI NOGTK"; + diff --git a/upptst/TestNOGTK/main.cpp b/upptst/TestNOGTK/main.cpp new file mode 100644 index 000000000..b8837ea95 --- /dev/null +++ b/upptst/TestNOGTK/main.cpp @@ -0,0 +1,7 @@ +#include + +using namespace Upp; + +GUI_APP_MAIN +{ +}