diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-14 13:40:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 13:40:08 -0700 |
commit | 772d16a78abda39f2b3d6d3bb91253835bf0ff99 (patch) | |
tree | 34fcfe2eb5021e489f74279b6eebbb6e1fea1252 /tests/1 | |
parent | bf8ee015890da9528572b9dbc8eeaa4dd57e132c (diff) | |
parent | 3d95847e2871f77967c3664372266087c31019cb (diff) | |
download | fpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.tar.gz fpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.zip |
Merge pull request #10 from certik/tests2
Prepare fpm to run on Windows using Rust tests
Diffstat (limited to 'tests/1')
-rw-r--r-- | tests/1/main.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/1/main.f90 b/tests/1/main.f90 index 75914de..d886be3 100644 --- a/tests/1/main.f90 +++ b/tests/1/main.f90 @@ -4,5 +4,5 @@ implicit none call f() -print *, "OK" +print *, "TEST1 OK" end |