git-svn-id: svn://ultimatepp.org/upp/trunk@8517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-06 12:00:46 +00:00
parent a73a45c057
commit 1dc9dce9e7
3 changed files with 22 additions and 0 deletions

4
upptst/umktest/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _umktest_icpp_init_stub
#define _umktest_icpp_init_stub
#include "umk/init"
#endif

7
upptst/umktest/main.cpp Normal file
View file

@ -0,0 +1,7 @@
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
}

View file

@ -0,0 +1,11 @@
description "intended to test umk compilation\377";
uses
umk;
file
main.cpp;
mainconfig
"" = "";