From 333da65132be56555d5787751ca5ed869b9af1d0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 31 Jan 2016 12:08:22 +0000 Subject: [PATCH] Update MANIFEST --- MANIFEST | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/MANIFEST b/MANIFEST index b222b71..7b10ffa 100644 --- a/MANIFEST +++ b/MANIFEST @@ -26,8 +26,8 @@ MANIFEST README t/00-compile.t t/01-jobs.t -t/perlcriticrc t/perlcritic.t +t/perlcriticrc t/problems/aminusb/1.in t/problems/aminusb/2.in t/problems/aminusb/3.in @@ -89,17 +89,21 @@ t/problems/double/9.ok t/problems/double/meta.yml t/problems/double/tests/wa/meta.yml t/problems/double/tests/wa/prog.c -t/problems/errors/tests/nonexistent-runner/meta.yml +t/problems/errors/meta.yml t/problems/errors/tests/invalid-runner/meta.yml t/problems/errors/tests/no-runner/meta.yml -t/problems/errors/meta.yml +t/problems/errors/tests/nonexistent-runner/meta.yml t/problems/hello/1.in t/problems/hello/1.ok t/problems/hello/meta.yml +t/problems/hello/tests/brainkfuck/meta.yml +t/problems/hello/tests/brainkfuck/prog.bf t/problems/hello/tests/c/meta.yml +t/problems/hello/tests/c/prog.c t/problems/hello/tests/cpp/meta.yml t/problems/hello/tests/cpp/prog.cpp -t/problems/hello/tests/c/prog.c +t/problems/hello/tests/d/meta.yml +t/problems/hello/tests/d/prog.d t/problems/hello/tests/gccgo/meta.yml t/problems/hello/tests/gccgo/prog.go t/problems/hello/tests/golang/meta.yml @@ -110,23 +114,30 @@ t/problems/hello/tests/haskell/meta.yml t/problems/hello/tests/haskell/prog.hs t/problems/hello/tests/java/meta.yml t/problems/hello/tests/java/prog.java +t/problems/hello/tests/julia/meta.yml +t/problems/hello/tests/julia/prog.jl t/problems/hello/tests/mono/meta.yml t/problems/hello/tests/mono/prog.cs -t/problems/hello/tests/mono/prog.exe +t/problems/hello/tests/ocaml/meta.yml +t/problems/hello/tests/ocaml/prog.ml t/problems/hello/tests/pascal/meta.yml t/problems/hello/tests/pascal/prog.pas t/problems/hello/tests/perl/meta.yml t/problems/hello/tests/perl/prog.pl +t/problems/hello/tests/php/meta.yml +t/problems/hello/tests/php/prog.php t/problems/hello/tests/python/meta.yml t/problems/hello/tests/python/prog.py t/problems/hello/tests/ruby/meta.yml t/problems/hello/tests/ruby/prog.rb +t/problems/hello/tests/rust/meta.yml +t/problems/hello/tests/rust/prog.rs t/problems/hello/tests/sbcl/meta.yml t/problems/hello/tests/sbcl/prog.l -t/problems/increment/ver.c t/problems/increment/meta.yml t/problems/increment/tests/ac/meta.yml t/problems/increment/tests/ac/prog.c +t/problems/increment/ver.c t/problems/square/gen.c t/problems/square/meta.yml t/problems/square/tests/ac/meta.yml -- 2.30.2