Skip to content

Commit

Permalink
Add quotes to some ui test m3makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
peter mckinna committed Dec 26, 2016
1 parent 63feb49 commit 6396a3c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test19/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test19)
implementation ("Main")
Program ("Test19")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test26/src/m3makefile
Expand Up @@ -9,6 +9,6 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import(ui)
implementation(Test26)
program(Test26)
import("ui")
implementation("Test26")
program("Test26")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test27/src/m3makefile
Expand Up @@ -9,6 +9,6 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import(ui)
implementation(Test27)
program(Test27)
import("ui")
implementation("Test27")
program("Test27")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test29/src/m3makefile
Expand Up @@ -10,6 +10,6 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
implementation (Test29)
Program (Test29)
import ("ui")
implementation ("Test29")
Program ("Test29")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test30/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test30)
implementation ("Main")
Program ("Test30")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test31/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test31)
implementation ("Main")
Program ("Test31")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test32/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test32)
implementation ("Main")
Program ("Test32")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test33/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test33)
implementation ("Main")
Program ("Test33")
6 changes: 3 additions & 3 deletions m3-ui/ui-tests/test35/src/m3makefile
Expand Up @@ -10,7 +10,7 @@ if equal (TARGET, "NT386")
override ("ui", "..\\..")
end

import (ui)
import ("ui")

implementation (Main)
Program (Test35)
implementation ("Main")
Program ("Test35")

0 comments on commit 6396a3c

Please sign in to comment.