OSCAR-code/oscar/tests/sessiontests.h
sawinglogz a603f9e189 First PRS1 loader regression test: walk through a directory of SD cards and generate YAML for each session.
This has already exposed many limitations, and possibly some memory trampling. Before this will work as
a true regression test, we'll need to address both of those, so that this produces reliable, reproducible
output.
2019-05-04 21:53:02 -04:00

17 lines
410 B
C

/* Session Testing Support
*
* Copyright (c) 2019 The OSCAR Team
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the source code
* for more details. */
#ifndef SESSIONTESTS_H
#define SESSIONTESTS_H
#include "../SleepLib/session.h"
void SessionToYaml(QString filepath, Session* session);
#endif // SESSIONTESTS_H