rex/src/loaders/loaders.h

13 lines
197 B
C
Raw Normal View History

2017-04-22 12:07:11 +00:00
//
// Created by phanes on 4/16/17.
//
#ifndef FTESTS_LOADERS_H
#define FTESTS_LOADERS_H
#include "JSON_Loader.h"
2017-06-18 14:39:46 +00:00
#include "Suite.h"
2017-06-23 20:02:19 +00:00
#include "Plan.h"
2017-04-22 12:07:11 +00:00
#include "Conf.h"
#endif //FTESTS_LOADERS_H