Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 25 Jan 2015 15:43:40 +0000 (17:43 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 25 Jan 2015 15:43:40 +0000 (17:43 +0200)
commitb8f7001a80665c35f33aed657ead2a426d4efac8
treeafa605d9a8d5cc97c133110eb5fdc5e27af3fde1
parentd9c408103c63368802d73c9147a273074e520e65
Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
27 files changed:
MANIFEST
Makefile.PL
t/01-jobs.t
t/problems/hello/1.in [new file with mode: 0644]
t/problems/hello/1.ok [new file with mode: 0644]
t/problems/hello/meta.yml [new file with mode: 0644]
t/problems/hello/tests/c/meta.yml [new file with mode: 0644]
t/problems/hello/tests/c/prog.c [new file with mode: 0644]
t/problems/hello/tests/cpp/meta.yml [new file with mode: 0644]
t/problems/hello/tests/cpp/prog.cpp [new file with mode: 0644]
t/problems/hello/tests/gccgo/meta.yml [new file with mode: 0644]
t/problems/hello/tests/gccgo/prog.go [new file with mode: 0644]
t/problems/hello/tests/golang/meta.yml [new file with mode: 0644]
t/problems/hello/tests/golang/prog.go [new file with mode: 0644]
t/problems/hello/tests/haskell/meta.yml [new file with mode: 0644]
t/problems/hello/tests/haskell/prog.hs [new file with mode: 0644]
t/problems/hello/tests/java/meta.yml [new file with mode: 0644]
t/problems/hello/tests/java/prog.java [new file with mode: 0644]
t/problems/hello/tests/mono/meta.yml [new file with mode: 0644]
t/problems/hello/tests/mono/prog.cs [new file with mode: 0644]
t/problems/hello/tests/mono/prog.exe [new file with mode: 0755]
t/problems/hello/tests/pascal/meta.yml [new file with mode: 0644]
t/problems/hello/tests/pascal/prog.pas [new file with mode: 0644]
t/problems/hello/tests/perl/meta.yml [new file with mode: 0644]
t/problems/hello/tests/perl/prog.pl [new file with mode: 0644]
t/problems/hello/tests/python/meta.yml [new file with mode: 0644]
t/problems/hello/tests/python/prog.py [new file with mode: 0644]
This page took 0.012467 seconds and 4 git commands to generate.