https://github.com/CryptDB/cryptdb
Raw File
Tip revision: 7678bc98d3054f1418371779c6d1050cd1a88b2e authored by Raluca Ada Popa on 04 January 2014, 01:31:06 UTC
small changes to readme
Tip revision: 7678bc9
TestSinglePrinc.hh
#pragma once

/*
 * TestSinglePrinc.h
 *
 *  Created on: Jul 5, 2011
 *      Author: raluca
 */

#include <main/EDBProxy.hh>
#include <test/test_utils.hh>


class TestSinglePrinc {
 public:
    TestSinglePrinc();
    virtual
    ~TestSinglePrinc();

    static void run(const TestConfig &tc, int argc, char ** argv);
};
back to top