]> Pileus Git - lackey/blobdiff - src/test.c
Add box packing to day view
[lackey] / src / test.c
index 86eb8c50480d59dcc70f437d25ab933e27c0bf7f..53822f92eb1b4c5d93f6b7a222e6092eaced6c32 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "util.h"
-
-int YEAR  = 2012;
-int MONTH = 8;
-int DAY   = 29;
+#include "date.h"
+#include "event.h"
 
 int main(int argc, char **argv)
 {
-       test_time();
+       //date_test();
+       ical_test();
        return 0;
 }