Browse Source

* rename so the library is build before it is used

git-svn-id: trunk@1474 -
peter 20 years ago
parent
commit
79f096e6c8
3 changed files with 5 additions and 4 deletions
  1. 2 2
      .gitattributes
  2. 2 1
      tests/webtbs/tw3964a.pp
  3. 1 1
      tests/webtbs/tw3964b.pp

+ 2 - 2
.gitattributes

@@ -6264,7 +6264,8 @@ tests/webtbs/tw3931a.pp svneol=native#text/plain
 tests/webtbs/tw3939.pp svneol=native#text/plain
 tests/webtbs/tw3953a.pp svneol=native#text/plain
 tests/webtbs/tw3953b.pp svneol=native#text/plain
-tests/webtbs/tw3964.pp -text
+tests/webtbs/tw3964a.pp svneol=native#text/plain
+tests/webtbs/tw3964b.pp svneol=native#text/plain
 tests/webtbs/tw3967.pp svneol=native#text/plain
 tests/webtbs/tw3968.pp svneol=native#text/plain
 tests/webtbs/tw3970.pp svneol=native#text/plain
@@ -6361,7 +6362,6 @@ tests/webtbs/uw3356.pp svneol=native#text/plain
 tests/webtbs/uw3429.pp svneol=native#text/plain
 tests/webtbs/uw3474a.pp svneol=native#text/plain
 tests/webtbs/uw3474b.pp svneol=native#text/plain
-tests/webtbs/uw3964.pp -text
 tests/webtbs/uw3968.pp svneol=native#text/plain
 tests/webtbs/uw4140.pp svneol=native#text/plain
 tests/webtbs/uw4352a.pp svneol=native#text/plain

+ 2 - 1
tests/webtbs/uw3964.pp → tests/webtbs/tw3964a.pp

@@ -1,6 +1,7 @@
+{ %norun }
 { %target=linux }
 {$mode objfpc}
-library uw3964;
+library tw3964a;
 
   function testfunc : longint;external name 'testfunc';
 

+ 1 - 1
tests/webtbs/tw3964.pp → tests/webtbs/tw3964b.pp

@@ -1,7 +1,7 @@
 { %target=linux }
 {$mode objfpc}
 
-{$linklib libuw3964}
+{$linklib libtw3964a}
 
 function testfunc : longint;public name 'testfunc';
 begin