about summary refs log tree commit diff stats
path: root/testsuite.c
blob: af9b6c732c38a44c814444d31da979b876c1ec93 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <head-unit.h>
#include "testsuite.h"

int main(void)
{
    register_history_tests();
    run_suite();
    return 0;
}