]> gitweb.factorcode.org Git - factor.git/commitdiff
missed an alien.fortran test
authorJoe Groff <arcata@gmail.com>
Tue, 2 Feb 2010 08:13:13 +0000 (00:13 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 2 Feb 2010 08:13:13 +0000 (00:13 -0800)
basis/alien/fortran/fortran-tests.factor

index 79bf59c239231520c2b51252ab0c13dbf3bbdda3..80a5ec8bae1e21b0aa99d994fa4d5fb8f91caf59 100644 (file)
@@ -159,7 +159,12 @@ intel-unix-abi fortran-abi [
     [ "integer(*)" fortran-ret-type>c-type ] unit-test
 
     [ c:void { c:void* } ]
-    [ "fortran_test_record" fortran-ret-type>c-type ] unit-test
+    [
+        [
+            "alien.fortran.tests" use-vocab
+            "fortran_test_record" fortran-ret-type>c-type
+        ] with-manifest
+    ] unit-test
 
     ! fortran-sig>c-sig