a_star: don't crash on deserialization errors and limit static types
[nit.git] / contrib / nitrpg / Makefile
index 40ebec2..ac3f3a8 100644 (file)
@@ -14,7 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-NITC=../../bin/nitc
+NITC=nitc
+NITU=nitunit
 
 all: listener web
 
@@ -24,5 +25,12 @@ listener:
 web:
        $(NITC) src/web.nit
 
+check:
+       $(NITU) src/game.nit
+       $(NITU) src/events.nit
+       $(NITU) src/statistics.nit
+       $(NITU) src/achievements.nit
+       $(NITU) src/listener.nit
+
 clean:
        rm listener web