Include jinete/jinete.h for GUI tests.

This commit is contained in:
David Capello 2010-08-25 17:51:55 -03:00
parent 463c188014
commit 04f92262c5

View File

@ -24,6 +24,10 @@
#include <gtest/gtest.h>
#include <allegro.h>
#ifdef TEST_GUI
#include "jinete/jinete.h"
#endif
// Allegro-friendly main() routine
int main(int argc, char* argv[])
{