mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a73a45c057
commit
1dc9dce9e7
3 changed files with 22 additions and 0 deletions
4
upptst/umktest/init
Normal file
4
upptst/umktest/init
Normal 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
7
upptst/umktest/main.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
}
|
||||
11
upptst/umktest/umktest.upp
Normal file
11
upptst/umktest/umktest.upp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
description "intended to test umk compilation\377";
|
||||
|
||||
uses
|
||||
umk;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue