Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
2
tests/app_1/CMakeLists.txt
Normal file
2
tests/app_1/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
ADD_EXECUTABLE( app_1 app_1.d )
|
||||
ADD_TEST( app_1 app_1 )
|
7
tests/app_1/app_1.d
Normal file
7
tests/app_1/app_1.d
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Barebones app, depends on nothing.
|
||||
*/
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue